const golang.org/x/crypto/sha3.spongeAbsorbing

6 uses

	golang.org/x/crypto/sha3 (current package)
		sha3.go#L12: 	spongeAbsorbing spongeDirection = iota
		sha3.go#L63: 	d.state = spongeAbsorbing
		sha3.go#L69: 	if ret.state == spongeAbsorbing {
		sha3.go#L82: 	case spongeAbsorbing:
		sha3.go#L127: 	if d.state != spongeAbsorbing {
		sha3.go#L163: 	if d.state == spongeAbsorbing {